@charset "utf-8";

#main {
	width: 100%;
	height: 525px;
	display: block;
	background: url(../images/index.jpg) no-repeat top center;
	position: relative;
	top: -5px;
}
#main .main, #main .foot {
	width: 960px;
	margin: 0px auto;
}
/*主要*/
#main .main {
	height: 254px;
}
#main .main .news {
	width: 360px;
	height: 173px;
	background-image: url(../images/indexNewsBg.png);
	margin-top: 41px;
	position: relative;
}
#main .main .news .head {
	position: absolute;
	top: 16px;
	left: 20px;
	display: block;
	color: #f2ba57;
	z-index: 1;
	font-weight: bold;
}
#main .main .news .hd {
	position: absolute;
	top: 20px;
	right: 16px;
	width: 100%;
	height: 6px;
}
#main .main .news .hd ul {
	float: right;
}
#main .main .news .hd li {
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url(../images/i_10.png);
	margin: 0px 3px;
	text-indent: 99em;
	cursor: pointer;
	float: left;
}
#main .main .news .hd li.on {	
	background-image: url(../images/i_08.png);
}
#main .main .news .bd {
	width: 320px;
	margin: 46px 20px 0px;
}
#main .main .news .bd li {
	width: 100%;
	float: left;
}
#main .main .news .bd li a {
	width: 100%;
	display: block;
	margin: 0px auto;
}
#main .main .news .bd li a .nr {
	width: 215px;
}
#main .main .news .bd li a .nr h1 {
	font-size: 12px;
	color: #f2ba57;
	line-height: 18px;
	width: 100%;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #f2ba57;
}
#main .main .news .bd li a .nr div {
	width: 100%;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ab8035;
}
#main .main .pic {
	width: 580px;
}
#main .main .pic li {
	width: 180px;
	float: left;
	margin-top: 40px;
}
#main .main .pic li a {
	width: 100%;
	height: 175px;
	display: block;
	background: url(../images/indexBot.png) no-repeat bottom center;
	position: relative;
}
#main .main .pic li a .yy {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 180px;
	height: 147px;
	background-image: url(../images/indexSpBg.png);
}
#main .main .pic li a .bt {
	width: 180px;
	height: 28px;
	display: block;
	color: #620216;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/i_23.png) no-repeat 160px center;
}
/*下面*/
#main .foot {
	border-top: 1px solid #5a3f2b;
	height: 65px;
}
#main .foot .icon {
	width: 125px;
	height: 33px;
	background-image: url(../images/indexIcon.png);
	position: relative;
}
#main .foot .icon li {
	width: 33px;
	float: left;
}
#main .foot .icon li a {
	width: 100%;
	height: 33px;
	display: block;
}
#main .foot .icon div {
	position: absolute;
	z-index: 21;
	top: -274px;
	width: 250px;
	height: 272px;
	overflow: hidden;
	display: none;
}
#main .foot .icon .wx {
	background-image: url(../images/wx.png);
	left: -63px;
}
#main .foot .icon .wd {
	background-image: url(../images/wd.png);
	left: -17px;
}
#main .foot .copyright {
	line-height: 65px;
}
#main .foot .copyright, #main .foot .copyright a {
	color: #ffddb7;
}
#main .foot .copyright a:hover {
	color: #e6c16a;
}

/*
视频
*/
.videoBg, .video {
	position: fixed;
	display: none;
}
.videoBg {
	width: 100%;
	height: auto;
	background-color: #000;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	top: 0px;
	left: 0px;
	z-index: 30;
}
.video {
	width: 710px;
	height: 360px;
	z-index: 31;
	top: 50%;
	left: 50%;
	margin: -180px 0px 0px -355px;
}
.video .nr {
	width: 640px;
	height: 430px;
	padding: 10px;
	background-color: #fff;
}
.video .nr .bg {
	width: 100%;
	height: 430px;
	background-color: #000;
}
.video a {
	width: 31px;
	height: 31px;
	overflow: hidden;
	background-image: url(../images/clo_03.png);
}
.video a:hover {
	background-image: url(../images/clo_03.png);
}